Doors Protocol between client and Server

Hi All,
I want to know protocol(s)doors uses to communicate between the client and the server.

We are trying to do performance testing and Loadrunner is not recording any code.

Thanks
Neeti
SystemAdmin - Wed Jun 22 23:02:17 EDT 2011

Re: Doors Protocol between client and Server
SystemAdmin - Wed Jun 22 23:46:19 EDT 2011

The DOORS database is a proprietary designed database - it does not have an ODBC compliant interface.

The protocol between the client and server is also proprietary and not documented.

DOORS does have an API - click here to download a copy of the "DOORS API Manual", search the web page for "API". This will allow you to run DOORS DXL scripts from an external application. DXL supports external interfacing via OLE methods so maybe you can use the DOORS API to run a DXL script that passes back data to another application via OLE - seems messy.

Have a close look at the following post which I think will give you some clues as well. click here


Paul Miller
Melbourne, Australia

Re: Doors Protocol between client and Server
SystemAdmin - Thu Jun 23 00:18:23 EDT 2011

SystemAdmin - Wed Jun 22 23:46:19 EDT 2011
The DOORS database is a proprietary designed database - it does not have an ODBC compliant interface.

The protocol between the client and server is also proprietary and not documented.

DOORS does have an API - click here to download a copy of the "DOORS API Manual", search the web page for "API". This will allow you to run DOORS DXL scripts from an external application. DXL supports external interfacing via OLE methods so maybe you can use the DOORS API to run a DXL script that passes back data to another application via OLE - seems messy.

Have a close look at the following post which I think will give you some clues as well. click here


Paul Miller
Melbourne, Australia

This helps ...Thanks Paul :-)